Pet Store Web Service
Pet Store Web Service
Description

This Document! X sample has been created to illustrate documentation of a REST web service. The web service used for this sample is for a pet store, and includes methods to manage users and pets.

See the Introduction topic for more information.

Users
PostcreateUser
Create user
PostcreateUsersWithArrayInput
Creates list of users with given input array
PostcreateUsersWithListInput
Creates list of users with given list input
DeletedeleteUser
Delete user
GetgetUserByName
Get user by user name
GetloginUser
Logs user into the system
GetlogoutUser
Logs out current logged in user session
PutupdateUser
Updated user
Pets
PostaddPet
Add a new pet to the store
GetfindPetsByStatus
Finds Pets by status
GetfindPetsByTags
Finds Pets by tags
GetgetPetById
Find pet by ID
PutupdatePet
Update an existing pet
Store
DeletedeleteOrder
Delete purchase order by ID
GetgetOrderById
Find purchase order by ID
PostplaceOrder
Place an order for a pet
Json Schemas
UserRepresents an individual user.
CategoryPet Category.
PetRepresents a single Pet in the Store.
TagTag, used to identify Pets.
OrderRepresents an individual order.

 

 


© 2013 All Rights Reserved.

Send comments on this topic.